home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMCOMMENT / TFMCOMMENT.txt
Text File  |  2004-09-09  |  2KB  |  94 lines

  1. object fmComment: TfmComment
  2.   Left = 397
  3.   Top = 320
  4.   Width = 450
  5.   Height = 250
  6.   HelpContext = 300
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Comment'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   DesignSize = (
  21.     442
  22.     221)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 83
  29.     Height = 13
  30.     Caption = 'Archive Comment'
  31.   end
  32.   object meComment: TMemo
  33.     Left = 8
  34.     Top = 24
  35.     Width = 346
  36.     Height = 189
  37.     Anchors = [akLeft, akTop, akRight, akBottom]
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     ScrollBars = ssVertical
  45.     TabOrder = 0
  46.     OnKeyPress = meCommentKeyPress
  47.   end
  48.   object buClose: TButton
  49.     Left = 361
  50.     Top = 24
  51.     Width = 75
  52.     Height = 25
  53.     Anchors = [akTop, akRight]
  54.     Cancel = True
  55.     Caption = '&Close'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 1
  59.     OnClick = buCloseClick
  60.   end
  61.   object buClear: TButton
  62.     Left = 361
  63.     Top = 88
  64.     Width = 75
  65.     Height = 25
  66.     Anchors = [akTop, akRight]
  67.     Caption = 'Cl&ear'
  68.     TabOrder = 2
  69.     OnClick = buClearClick
  70.   end
  71.   object bbSave: TBitBtn
  72.     Left = 361
  73.     Top = 56
  74.     Width = 75
  75.     Height = 25
  76.     Anchors = [akTop, akRight]
  77.     Caption = '&Save'
  78.     Enabled = False
  79.     TabOrder = 3
  80.     OnClick = bbSaveClick
  81.   end
  82.   object buHelp: TButton
  83.     Left = 361
  84.     Top = 120
  85.     Width = 75
  86.     Height = 25
  87.     Anchors = [akTop, akRight]
  88.     Cancel = True
  89.     Caption = '&Help'
  90.     TabOrder = 4
  91.     OnClick = buHelpClick
  92.   end
  93. end
  94.